home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workplace Effectiveness:…ecision-Making Strategies
/
Workplace Effectiveness: Decision-Making Strategies.iso
/
pc
/
Files
/
History.dxr
/
00004_3 choice clickon.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-16
|
289 b
|
9 lines
on mouseDown
set vThisSprite to the clickOn
set vTheseButtons to [5, 6, 7]
set vChoices to [#yes, #no, #not]
set vButtonNum to vThisSprite - (getAt(vTheseButtons, 1) - 1)
set vThisChoice to getAt(vChoices, vButtonNum)
historyChoice(vTheseButtons, vThisChoice, vThisSprite)
end